projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a757149
)
* lisp/gnus/mml-sec.el (mml-secure-bcc-is-safe): Fix typo in last check-in.
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 27 Dec 2015 18:24:58 +0000
(19:24 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 27 Dec 2015 18:24:58 +0000
(19:24 +0100)
lisp/gnus/mml-sec.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mml-sec.el
b/lisp/gnus/mml-sec.el
index dbae2807a52fc2d71a9bf53b0706c041b46fbb78..0f262284f70fd5eb010cb68ef54934afc7debefe 100644
(file)
--- a/
lisp/gnus/mml-sec.el
+++ b/
lisp/gnus/mml-sec.el
@@
-310,7
+310,7
@@
either an error is raised or not."
(when bcc
;; Split recipients at "," boundary, omit empty strings (t),
;; and strip whitespace.
- (let ((bcc-list (split-string
hdr
"," t "\\s-+")))
+ (let ((bcc-list (split-string
bcc
"," t "\\s-+")))
(unless (gnus-subsetp bcc-list mml-secure-safe-bcc-list)
(unless (yes-or-no-p "Message for encryption contains Bcc header.\
This may give away all Bcc'ed identities to all recipients.\